Transition Type
How to use this sample:
Click the Controls
button above to manipulate the individual attributes and properties of the filter.
Click the
Source Code button above to display the code that runs the display area..
Filter properties and attributes:
SUBTYPE: |
|
DUR: |
|
FROM: |
*
|
TO: |
*
|
MODE: |
|
CALCMODE: |
|
VALUES: |
|
REPEATCOUNT: |
|
* Attribute ignored if the VALUES attribute is specified
<HTML xmlns:t = 'urn:schemas-microsoft-com:time'>
<HEAD>
<STYLE>
.time { behavior: url(#default#time2) }
.looks {border: 4px solid black; width:250;height:250; filter:progid:DXImageTransform.Microsoft.Gradient(); color:white;font-size:28; font-family:trebuceht; font-weight:bold; text-align:center}
</STYLE>
</HEAD>
<BODY>
<?import namespace = t urn = 'urn:schemas-microsoft-com:time' implementation = '#default#time2' />
<DIV ID="oDiv" CLASS="time looks">
<BR>
Transition Type
<t:transitionFilter
TYPE=""
BEGIN="oDiv.begin"
SUBTYPE=""
DUR=""
MODE=""
FROM=""
TO=""
CALCMODE=""
REPEATCOUNT=""
/>
</DIV>
</BODY>
</HTML>